From bba22eb0892b3198bbd33969087c0a3c202c3aa6 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Tue, 9 Oct 2018 13:42:37 -0600 Subject: [PATCH] use consistent whitespace in configure comments. --- configure | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 061f9c0d6..4015ab831 100755 --- a/configure +++ b/configure @@ -6260,8 +6260,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext # When using Qt installed on a non-system path, # e.g. with Qt installed with a Qt installer from download.qt.io, # we may need to add the Qt lib location to the runtime library search path. -# we use AC_RUN_IFELSE because AC_LINK_IFELSE may pass when a different -# Qt library is found on the runtime library search path. +# we use AC_RUN_IFELSE because AC_LINK_IFELSE may pass when a different +# Qt library is found on the runtime library search path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking loader paths for Qt libs" >&5 $as_echo_n "checking loader paths for Qt libs... " >&6; } OCPPFLAGS="$CPPFLAGS" diff --git a/configure.ac b/configure.ac index d9184c4ac..98ab52635 100644 --- a/configure.ac +++ b/configure.ac @@ -352,8 +352,8 @@ AS_CASE(["$target"], [*-*-darwin*], [ # When using Qt installed on a non-system path, # e.g. with Qt installed with a Qt installer from download.qt.io, # we may need to add the Qt lib location to the runtime library search path. -# we use AC_RUN_IFELSE because AC_LINK_IFELSE may pass when a different -# Qt library is found on the runtime library search path. +# we use AC_RUN_IFELSE because AC_LINK_IFELSE may pass when a different +# Qt library is found on the runtime library search path. AC_MSG_CHECKING(loader paths for Qt libs) OCPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -I$QT_INC" -- 2.30.2